Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair JSONKit.m file appears in the iOS 6.0 or later version of warning. #123

Closed
wants to merge 1 commit into from
Closed

Conversation

Shinigamiconan
Copy link

The warning at iOS 6.0 or later.

  • array->isa = _JKArrayClass;
  • object_setClass(array,_JKArrayClass);
  • dictionary->isa = _JKDictionaryClass;
  • object_setClass(dictionary,_JKDictionaryClass);

The warning at iOS 6.0 later.

-     array->isa = _JKArrayClass;
+    object_setClass(array,_JKArrayClass);

-     dictionary->isa      = _JKDictionaryClass;
+    object_setClass(dictionary,_JKDictionaryClass);
@akinLiu
Copy link

akinLiu commented Apr 22, 2013

Same question

@streeter
Copy link

Duplicate of #139.

@streeter
Copy link

Duplicate of #121

@Shinigamiconan Shinigamiconan closed this by deleting the head repository Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants